CRPEJob::GetNthParam

CRPEJob::GetNthParam is obsolete. It will still work for older applications. However, there have been a number of major enhancements to the parameter fields (default values, multiple values, value ranges, etc.). Use CRPEJob::GetNthParameterField, for all new development.

CRPEJob::GetNthParam was Used to determine a particular parameter required by a stored procedure in a SQL database table.

Syntax
BOOL GetNthParam (
        short paramN,
        CString &paramValue );
Parameters

paramN

Specifies which parameter in the stored procedure you want to retrieve. The first parameter of a stored procedure is 0, the second is 1, etc.

paramValue

Reference to the CString containing the current value of the specified parameter in the stored procedure.

Returns
Remarks

To determine whether a parameter field is a stored procedure, use CRPEJob::GetNthParameterField.



Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com